Method TreeQuery<TProps>(IRedbUser)

Assembly: redb.Core.dll

Create type-safe tree query by type with specified user (synchronous).
Supports hierarchical operators: WhereHasAncestor, WhereHasDescendant, WhereLevel, WhereRoots, WhereLeaves.

public IRedbQueryable<TProps> TreeQuery<TProps>(IRedbUser user) where TProps : class, new()